home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "StudentID": "Long Integer",
- "Name": "Text (50) NOT NULL",
- "Major": "Text (50) NOT NULL"
- },
- "data": [
- {
- "StudentID": 2,
- "Name": "Rosie O'Donnell",
- "Major": "History"
- },
- {
- "StudentID": 3,
- "Name": "Kurt Reznor",
- "Major": "Math"
- },
- {
- "StudentID": 4,
- "Name": "Clint Black",
- "Major": "Music"
- },
- {
- "StudentID": 14,
- "Name": "Bob Denny",
- "Major": "Engineering"
- },
- {
- "StudentID": 17,
- "Name": "Bob Jones",
- "Major": "Engineering"
- }
- ]
- }